home *** CD-ROM | disk | FTP | other *** search
/ PC Electronic Plus / PC Electronics Plus (Most Significant Bits)(1995).ISO / eedraw / eedraw.cfg < prev    next >
Text File  |  1991-01-20  |  4KB  |  120 lines

  1. ;If TRUE will autopan when cursor goes off active window, if FALSE the
  2. ;scroll bars must be used to pan.
  3. AutoPan        TRUE
  4.  
  5. ;TRUE if names are to be displayed with the windows (Takes more screen space).
  6. WindowName    TRUE
  7.  
  8. ;Set to TRUE if this is AT system (assumes At style keyboard bios calls).
  9. ;This will allow usage if F11/F12 for example.
  10. ATKeyboard    TRUE
  11.  
  12. ;Control sensitivity of the mouse. The bigger this number is, the lesser
  13. ;sensitive the mouse is.
  14. MouseSensitivity    10
  15.  
  16. ;If TRUE draw only horizontal and vertical lines.
  17. HVLines        TRUE
  18.  
  19. ;Snap distance - all drawings are snapped to this boundary in DRAWING space.
  20. ;Lots of staff depends on this value, so dont modify it unless you really
  21. ;know what you are doing.
  22. SnapDistance    16
  23.  
  24. ;If FALSE, colors will be the same as for VGA/EGA in 16 colors modes even
  25. ;for BGI drivers supporting 256 colors.
  26. ;If your BGI driver supports 256 colors you can turn this to TRUE and four
  27. ;color intensities for each of the eight colors below will be supported.
  28. ;Colors will differ somewhat from the VGA/EGA 16 colors simply because 16
  29. ;colors allows 2 intensity levels for each of the eight colors only.
  30. Allow256Colors    FALSE
  31.  
  32. ;If TRUE events may be handled async. - while current event is handled.
  33. AllowAsyncEvents FALSE
  34.  
  35. ;Where the save the background (back save) when something should be poped
  36. ;up (like pop up menus and queries). Four options are currently available.
  37. ; 0 - allocate space in conventional memory.
  38. ; 1 - allocate space in expanded memory.
  39. ; 2 - allocate space in extended memory (XMS) - not implemented yet.
  40. ; 3 - save to disk (better be a ram disk...). See SaveBackPath below.
  41. SaveBackMethod    0
  42.  
  43. ;Where to back save (full path with postfix '/') on disk if
  44. ;SaveBackMethod = 3 (to disk).
  45. SaveBackPath    "f:/"
  46.  
  47. ;Directory where the BGI device driver should be looked for.
  48. ;If commented out only current directory is looked at.
  49. BGIDriverPath    "C:/TC/BGI"
  50.  
  51. ;Defines the name and mode for the driver to use in SVGA (select 999 for
  52. ;GraphDriver below), in the form "Name.Mode". For example to use the BGI
  53. ;driver named ATI.BGI in mode 2, set this string to be "ATI.2".
  54. ;This extension driver is assumed to be 800 by 600 in resolution but any
  55. ;other driver of 4:3 aspect ratio should work o.k.
  56. ;This variable MUST be commented out regular Borland drivers are to be used.
  57. ;SVGANameMode    "ATI.2"
  58.  
  59. ;Graphic driver can be one of:
  60. ; 0 - Autodetect (same as no default at all in this file)
  61. ; 1 - CGA (Hires two colors mode)
  62. ; 3 - EGA
  63. ; 4 - EGA64
  64. ; 5 - EGAMONO
  65. ; 7 - Hercules
  66. ; 8 - ATT
  67. ; 9 - VGA
  68. ; 999 - SVGA (super VGA) user installed driver. See SVGANameMode above.
  69. GraphDriver    0
  70.  
  71. ;Mouse should be set to TRUE if has mouse, FALSE otherwise
  72. Mouse        TRUE
  73.  
  74. ;Joystick should be set to TRUE if has joystick (and should be supported
  75. ;by the program), or FALSE otherwise.
  76. Joystick    FALSE
  77.  
  78. ;List all the libraries you want to load on start up, seperated by commas.
  79. ;Libraries    "TTL1LS,TTL2LS,TTL3LS,TTL4LS,EPROM,GENERAL,LINEAR"
  80. ;Libraries    "TTL4LS,EPROM,GENERAL,LINEAR"
  81.  
  82. ;Frame width. All windows/menus frames are drawn with this width in pixels.
  83. FrameWidth    12
  84.  
  85. ;Colors control. Each of the colors below can be one of the eight color as
  86. ;defined here:
  87. ; 0 - WHITE
  88. ; 1 - BLACK
  89. ; 2 - RED
  90. ; 3 - GREEN
  91. ; 4 - BLUE
  92. ; 5 - YELLOW
  93. ; 6 - CYAN
  94. ; 7 - MAGENTA
  95.  
  96. ;Root window - the backgound.
  97. RootFrameolor    7
  98. RootForeColor    3
  99. RootBackColor    5
  100. RootXorColor    6
  101.  
  102. ;Pop up menus/queries.
  103. PopUpFrameColor    2
  104. PopUpForeColor    5
  105. PopUpBackColor    5
  106. PopUpXorColor    6
  107.  
  108. ;The currently active file/window if any.
  109. ActvFrameColor    2
  110. ActvForeColor    5
  111. ActvBackColor    4
  112.  
  113. ;All other passive files/windows if any.
  114. PsvFrameColor    3
  115. PsvForeColor    5
  116. PsvBackColor    4
  117.  
  118. ;High light color - selected items.
  119. HighLightColor    2
  120.